Skip to main content

Get Enabled Alert Types

Request to be POSTed to uri : /NorenWClientTP/GetEnabledAlertTypes

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*Logged in User Id

Response Details :

Response data will have below fields.

Json FieldsPossible valueDescription
statAlert order success or failure indication.
request_timeThis will be present only in a successful response.
ai_tsArray of alert types

Sample Success Response :

{
"stat":"Ok",
"request_time":"04062021121503",
"ai_ts":
[
{"ai_t":"ATP"},
{"ai_t":"LTP"},
{"ai_t":"Perc. Change"}
]
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}